Builder

class Builder : GeneratedMessage.Builder<BuilderT> , StoreAndForwardProtos.StoreAndForward.HistoryOrBuilder

TODO: REPLACE
Protobuf type meshtastic.StoreAndForward.History

Functions

Link copied to clipboard
Link copied to clipboard

Number of that will be sent to the client
uint32 history_messages = 1;
Link copied to clipboard

Index in the packet history of the last message sent in a previous request to the server.
Will be sent to the client before sending the history and can be set in a subsequent request to avoid getting packets the server already sent to the client.
uint32 last_request = 3;
Link copied to clipboard

The window of messages that was used to filter the history client requested
uint32 window = 2;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard

Number of that will be sent to the client
uint32 history_messages = 1;
Link copied to clipboard
open fun getLastRequest(): Int

Index in the packet history of the last message sent in a previous request to the server.
Will be sent to the client before sending the history and can be set in a subsequent request to avoid getting packets the server already sent to the client.
uint32 last_request = 3;
Link copied to clipboard
open fun getWindow(): Int

The window of messages that was used to filter the history client requested
uint32 window = 2;
Link copied to clipboard
Link copied to clipboard

Number of that will be sent to the client
uint32 history_messages = 1;
Link copied to clipboard

Index in the packet history of the last message sent in a previous request to the server.
Will be sent to the client before sending the history and can be set in a subsequent request to avoid getting packets the server already sent to the client.
uint32 last_request = 3;
Link copied to clipboard

The window of messages that was used to filter the history client requested
uint32 window = 2;